ToGcBitmap(Nullable<Rectangle>) Method
Creates an instance of the
GrapeCity.Documents.Imaging.GcBitmap class from the current
GcSkiaGraphics.
public GcBitmap ToGcBitmap(
System.Nullable<Rectangle>
)
'Declaration
Public Overloads Function ToGcBitmap( _
Optional ByVal As System.Nullable(Of Rectangle) _
) As GcBitmap
Parameters
- clipRect
- Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.
Return Value
An instance of the
GrapeCity.Documents.Imaging.GcBitmap with the image fragment.